#admin-pane {
	min-width:940px;
	/*_width: expression( document.body.clientWidth < 700 ? "700px" : "auto" ); /* set min-width for IE */
	height:47px;
	background:#393841 url('../images/admin/pcms-head-bg.gif') 0 -50px repeat-x;
}

#admin-pane div.clear {
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin-bottom:-1px;
}

#admin-pane a img {
	border:0px;
}

#admin-wrap {
	background: transparent url('../images/admin/pcms-nav-bg.jpg') 50% 0% no-repeat;
	height:47px;
	min-width:662px;
	padding:0 20px 0 278px;
}

#admin-pane .ap-min-width {
	width:940px;
}

#admin-pane #ap-nav {
	margin: 0px 0px 0px 15px;
	padding-top: 14px;
}

#admin-pane #ap-switch {
	background: transparent url('../images/admin/pcms-website-switch.png') 0 0 no-repeat;
	float:right;
	margin: 0px;
	padding: 0px;
	width: 233px;
	height: 33px;
}

#admin-pane #ap-switch li {
	display: inline;
    margin: 0;
    padding: 0;
    background: none;
	list-style: none none;
	margin-left: 0px;
	#behavior: none;
	#text-indent: 0em;
}

#admin-pane #ap-switch li:before {
	content: '';
	margin: 0px;
	padding: 0px;
}

#admin-pane #ap-switch a {
	background: transparent none;
	color: #e5eaf7;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	height: 33px;
	line-height: 33px;
	padding-top: 0px;
	text-indent: -9999px;
	text-decoration: none;
	_position: relative;
}

#admin-pane #ap-switch .ap-website a{
	width: 72px;
}

#admin-pane #ap-switch .ap-cms a {
	width: 161px;
}

#admin-pane .ap-logo {
	background: transparent url('../images/admin/pcms-logo.png') 0 0 no-repeat;
	cursor: pointer;
	display: block;
	_display: inline;
	float:left;
	height: 47px;
	margin-left: -258px;
	width: 258px/* 210px */;
	text-indent: -9999px;
	text-decoration: none;
}

#admin-pane .ap-logo:active {
	background: none;
	outline: 0px;
}

a.admin-edit {
    background: #ddd;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    color: #333;
    margin-right: 1.5em;
    padding: 3px 9px;
    margin: 5px;
    text-align: left;
    background-image: url('../images/pencil.png');
    background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-left: 25px;
    display: inline-block;
}
